home *** CD-ROM | disk | FTP | other *** search
- : pe7ker.mak
- : This file will generate wermit, which after you test you
- : can move to a /bin directory.
- : This script requires:
- : IDRIS 'C' compiler
- : pe7tty.h, pe7std.h, pe7sys.h
- : pe7inc.h
- : pe7mai.c, pe7pta.c, pe7ptb.c
- :
- : Do a YOUR-PROMPT- chmod +x pe7ker.mak
- : and a YOUR-PROMPT- pe7ker.mak
- : to build Kermit from sources.
- :
- cp ./pe7std.h ./std.h
- cp ./pe7sys.h ./sys.h
- c -v pe7mai.c pe7pta.c pe7ptb.c
- mv ./xeq ./wermit
- echo "Test the copy of Kermit called ./wermit"
- : pe7ker.mak End of file
-